* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  a {
    text-decoration: none;
  }
  body {
    background-image: url(/Untitled-2.png);
    /* position: relative;
    background-image: repeating-linear-gradient(0deg, #5A433520 0px, 
    #5A433520 1px, 
    transparent 1px, transparent 21px),
    repeating-linear-gradient(90deg, #5A433520 0px,
     #5A433520 1px, transparent 1px, transparent 21px), 
     linear-gradient(90deg, hsl(0, 0%, 100%), hsl(0, 0%, 100%)) ;
    color: #5A4335; */
    }
  #section-one {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 20VH;
    user-select: none;
    margin-top: 50px;
  }
  
  #section-one .text {
    display: flex;
    direction: rtl;
    align-items: center;
    text-align: center;
    animation: top-title 2s 1 ;
  
  }
  @keyframes top-title {
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }
  #section-one h1 {
    font-size: 70px;
    color: #5A4335;
    position: relative;
    font-family: 'Almarai-bold';
  }
  
  #section-one h2 {
    font-size: 220px;
    color: #5A4335;
    position: relative;
  }
  
  #section-one h1::after {
    font-size: 5vw;
    position: absolute;
    content: '';
    height: 8px;
    width: 100%;
    background-color: #00adf1;
    bottom: -5px;
    left: 0;
    border-radius: 20px;
  }
  


  @media (max-width: 1100px) {

    #section-one h1 {
      font-size: 50px;
      color: #5A4335;
      position: relative;
    }
    
    #section-one h2 {
      font-size: 170px;
      color: #5A4335;
      position: relative;
    }
    #section-one h1::after {
      font-size: 5vw;
      position: absolute;
      content: '';
      height: 6px;
      width: 100%;
      background-color: #00adf1;
      bottom: -3px;
      left: 0;
      border-radius: 20px;
    }
  }













  #section-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    overflow-x: hidden;
  }
  
  #section2 {
    width: 80%;
    margin: 40px auto;
    padding: 0px 0;
    box-shadow: #051f5f42 0px 0px 20px;
    margin-bottom: 100px;
  }
  
  #section2 iframe {
    width: 100%;
  }
  
  .reveal {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease;
  }
  
  .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
  
  #section3 {
    direction: rtl;
  }
  
  .contact-us {
    width: 80%;
    margin: auto;
    margin-top: 200px;
  }
  
  .contact-col {
    width: 48%;
    margin-bottom: 40px;
    padding: 10px;
  }
  
  .contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: row;
  }
  
  .info h3 {
    display: flex;
    justify-content: right;
    margin-bottom: 50px;
    color: #00adf1;
    font-size: 30px;
    font-family: 'Almarai-bold';

  }
  
  .info {
    direction: rtl;
  }
  
  .contact-col div .fas {
    font-size: 35px;
    color: #00adf1;
    margin: 10px;
    margin-right: 30px;
  }
  
  .contact-col div p {
    padding: 0;
    padding-right: 30px;
    text-align: right;
    width: 100%;
    font-weight: 500;
    margin: 0 auto;
    color: #594134;
    font-size: 18px;
      font-family: 'Almarai-bold';
  }
  
  .contact-col div p a {
    color: #594134;
    font-size: 25px;
    font-weight: 500;
  }
  
  .contact-col div h2 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-right: 10px;
    color: #555;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: right;
    font-family: 'Almarai-bold';
  }
  
  #section3 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
  }
  
  .contact-col:nth-child(1) {
    text-align: left;
  }
  
  .contact-col input,
  .contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 2px solid #594134;
    display: flex;
    flex-direction: column;
    background-color: #00adf150;
    transition: all 0.5s;
  }
  
  .contact-col input:focus,
  .contact-col textarea:focus {
    border: 2px solid #00adf1;
    background-color: white;
  }
  
  .contact-col input:placeholder-shown,
  .contact-col textarea:placeholder-shown {
    color: white;
  }
  
  .contact-col textarea {
    max-height: 200px;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
  }
  
  @media (max-width: 900px) {
    #section3 .row {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      margin: 0 auto;
    }
  
    #section2 {
      width: 90%;
    }
  
    .contact-col {
      width: 100%;
      margin-bottom: 40px;
      padding: 10px;
    }
  
  

  
    .info h3 {
      display: flex;
      justify-content: center;
      margin-bottom: 50px;
      font-size: 30px;
    }
    .contact-col div {
      flex-direction: column;
    }
    .contact-col div h2 {
      font-size: 20px;
      margin-bottom: 5px;
      padding-right: 10px;
      color: #555;
      font-weight: 900;
      text-align: center;
    }
    
  }
  .btn {
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #594134;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #594134;
    font-weight: 900;
    transition: all 0.5s;
    background-color: transparent;
    width: auto;
    cursor: pointer;
  }
  
  .btn:hover {
    color: white;
  }
  
  .btn::after {
    content: "";
    background: #00adf1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 0px;
    z-index: -1;
    transition: width 0.5s ease;
  }
  
  .btn:hover::after {
    width: 100%;
    border-radius: 3px;
  }
  
  /* ================= footer ===========================*/
  /* ================= footer ===========================*/
  /* ================= footer ===========================*/
  /* ================= footer ===========================*/
  
  
  
  .wrapper {
  
    padding: 50px;
    text-align: center;
    overflow-x: hidden;
  }
  
  .wrapper .icon {
    position: relative;
    background-color: #00adf177;
    border-radius: 50%;
    margin: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #594134;
    text-decoration: none;
  }
  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background-color: #3b5998;
    color: #ffffff;
  }
  
  .wrapper .twitter:hover,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip::before {
    background-color: #00acee;
    color: #ffffff;
  }
  
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background-image: linear-gradient(#8a3ab9, #bc2a8d, #fbad50);
    color: #ffffff;
  }
  
  .wrapper .whatsapp:hover,
  .wrapper .whatsapp:hover .tooltip,
  .wrapper .whatsapp:hover .tooltip::before {
    background-color: #25D366;
    color: #ffffff;
  }
  
  
  .wrapper .youtube:hover,
  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip::before {
    background-color: #FF0000;
    color: #ffffff;
  }
  
  